home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / domacnost a kancelar / scribus / scribus-1.3.3.7-win32-install.exe / README.txt < prev    next >
Text File  |  2007-01-08  |  11KB  |  246 lines

  1. This is Scribus Version 1.3.3.7, the tenth release of the 1.3.x development
  2. series.
  3.  
  4. CHANGES 1.2.x to 1.3.x
  5. ======================
  6.  
  7. Important notes on the differences between 1.2.x and 1.3.x:
  8.  
  9. 1) Because of the new file format features, Scribus documents saved in 1.3.x
  10.    are *not* backwardly compatible.
  11.  
  12. 2) Because of the new enhanced menu/keyboard shortcuts code, 1.2.x  keyboard
  13.    short cuts are not migrated and will need to be recreated once on the first
  14.    launch 1.3.x.
  15.  
  16. 3) On initial launch, 1.3.x will offer to convert preferences to the new 1.3.x
  17.    format. This is recommended. Scribus 1.3.x will store its preferences
  18.    separately from 1.2.x. Moreover, 1.3.2 caches available fonts. The first 
  19.    startup may take longer than anticipated. 
  20.  
  21.  
  22. 4) You *can* install both versions in parallel and run them at the same time.
  23.    The only caveat is to install them using different prefix/ directories e.g
  24.    1.2 in /usr/local and 1.3 in /opt or $home/bin. You can use the --prefix
  25.    argument to configure to set where Scribus should be installed.
  26.  
  27. Additionally, Scribus uses a different way to find fonts from Scribus 1.1.1.
  28. To convert older( =< 1.1.1) documents follow the procedure below:
  29.  
  30. 1) Create a document with the old Version of Scribus containing all your Fonts.
  31. 2) Open the new Scribus and go to the Font Substitution List.
  32. 3) Clear out all current substitutions.
  33. 4) Open the Document created in 1) and substitute all the fonts with the
  34.    correct new fonts.
  35.  
  36. When you now open old documents Scribus will convert all font names
  37. automatically.
  38.  
  39. Scribus 1.3.3.7 includes support for building via CMake, a replacement
  40. for traditional autotools. 
  41. Please see:http://docs.scribus.net/index.php?lang=en&page=install4 for details.
  42.  
  43. For detailed changes please see the ChangeLog.
  44.  
  45. To use Scribus in your native language be sure that the environment variable
  46. LC_ALL, LC_MESSAGES, LANG, Qt locale, OR the command line option
  47. of -l/--lang <lang> is set correctly. This is also can be changed in the preferences
  48.  and takes effect immediately.
  49.  
  50. The EPS/PS import feature again improved in 1.3.3 uses advanced features of Ghostscript.  We
  51. recommend ALL users update to the newest version of Ghostscript available for
  52. your distribution. In addition, if you still have GS 7.0x, there are detailed hints on
  53. docs.scribus.net for installing GS 8.x in parallel to the GS installed by your
  54. distribution.
  55.  
  56. The current importer will now import raster images within an EPS file provided you have at
  57. least GS 8.15, with the current limitations:
  58.  
  59. * imagemask doesn't work correctly
  60. * clip path is ignored
  61. * creates one file for each bitmap, which can be a lot 
  62.  
  63. Activating Color Management *requires* installation of CMYK and RGB ICC
  64. profiles. Please see the included help files, FAQ's on www.scribus.net and
  65. http://docs.scribus.net for details. As of the 1.3.1 release,  Scribus ships with
  66. 2 icc profiles, which are installed only to enable color management functionality.
  67. The profiles *do not* provide meaningful color management for printing. Additional
  68. profiles are downloadable from www.scribus.net and depend on your hardware and
  69. printing environment.
  70.  
  71. Other notes/known issues at the time of release:
  72.  
  73. There is a bug in font outline handling for some fonts in the freetype
  74. libraries. It's being worked on upstream. Don't file a bug report. Instead
  75. change the font used if you need the outlines. This is not a Scribus bug.
  76. Some testing has shown that this bug is not present in freetype 2.1.10+, but
  77. we counsel caution trying to upgrade freetype2. Upgrading freetype2 on some
  78. distributions can be quite difficult.
  79.  
  80. PSD/CMYK TIFF Support
  81.  
  82. 1.3.3+ now has support for CMYK PSD and 8-bit CMYK TIFF support. RGB PSD and
  83. 16-bit TIFF support is being developed. PSD and TIFF support includes layers, ICC 
  84. profiles and embedding clipping paths. CMYKA is not yet supported as there is a 
  85. limitation in the Qimage class. RGBA is supported. Current Scribus 1.3.4cvs does 
  86. handle a much larger variety of CMYKA files along with advanced PSD features.
  87.  
  88. Issue with gradients:
  89.  
  90. If you have gradient (e.g. with black color) with 50% shade in both beginning
  91.  and end of gradient, you end up with darker center than edges. One expects 
  92. the gradient to have equal shading from beginning to end, especially if there
  93.  is no other color-stops in-between them. This we believe is a libart issue
  94.  and not fixable by us. The gradient will export and print properly.
  95.  The optional cairo build is a compile time option. The is enabled by:
  96. ./configure --enable-cairo
  97. The cairo build option is experimental, has not received all the needed
  98.  regression tests and requires cairo 0.9+ or greater. 
  99. Cario 1.2.x+ is strongly recommended.
  100.  
  101. Our experimental Cairo build does not have these issues.  We encourage those
  102.  willing to test the Cairo backend builds and report issues to the mailing 
  103. list and/IRC. We *know* the Cairo enabled build is slower, but are encouraged
  104.  by the on-going development by the Cairo team.
  105.  
  106. FONT ISSUES
  107. ===========
  108.  
  109. There are extensive notes and detailed on documentation on fonts and trouble
  110. shooting of font issues in the help documentation and online at 
  111. http://docs.scribus.net  Please read these carefully before filing bugs.
  112.  
  113. There are issues with the postscript naming conventions with the Computer Modern
  114. Type 1 fonts, depending on distribution.  In some cases, not all fonts from the
  115. same family are visible in Scribus. We are working on a more complete solution
  116. for the next release. 
  117.  
  118.  
  119.  
  120. BUILDING AND INSTALLING FROM SOURCE
  121. ===================================
  122.  
  123. Please see the files `BUILDING' and `INSTALL' for details on how to compile and
  124. install Scribus, library requirements, etc.
  125.  
  126. GHOSTSCRIPT
  127. ===========
  128.  
  129. One of the more crucial tools Scribus depends on is Ghostscript. While it is
  130. not required for compilation, Scribus must be able to find a recent version of
  131. Ghostscript at runtime for all features to be present and fully working. In
  132. particular, printing, print preview, and PDF/EPS import will not be fully
  133. functional without Ghostscript. Ghostscript 8.5x is STRONGLY recommended.
  134. Support for versions older than 7.07 is untested and Scribus may not operate
  135. reliably using such an old version of gs.
  136.  
  137. You can get a new version of Ghostscript from http://www.ghostscript.com/ .
  138. There is documentation on how to install a new version of Ghostscript on the
  139. Scribus website:
  140.     http://docs.scribus.net/index.php?lang=en&sm=dtptoolbox&page=toolbox7
  141. or you can just download it and install it in /usr/local, then set your PATH.
  142.  
  143. If you're compiling Scribus yourself, it will whine at you during configure if
  144. it notices an older version of Ghostscript, or can't find it at all. If you
  145. know you have a newer version installed, run `gs --version' and (on bash)
  146. `which gs' to check what version is being used and where it's installed. You
  147. may need to tweak your PATH environment variable to find the newer version
  148. instead. Note that you can set which version of Ghostscript Scribus uses, and
  149. where to find it, in the Scribus preferences.
  150.  
  151. Debian users who haven't installed their own newer version of Ghostscript may
  152. want to install gs-afpl then use:
  153.     `update-alternatives --config gs'
  154. as root to select gs-afpl as the default version of Ghostscript to use.
  155.  
  156. DISTRIBUTION AND OS SPECIFIC NOTES
  157. =====================
  158.  
  159. For MacOSX, OS/2 and Windows Please also see the specific platform notes as 
  160. well. 
  161.  
  162. Debian
  163. ======
  164.  
  165. If Scribus does not start while complaining about the absence of
  166. Postscript fonts please install either xfonts-scalable or gsfonts-x11.
  167. They are in the "Recommends" and will be installed by all sensible apt
  168. front-ends.
  169.  
  170. Also see the section entitled `GHOSTSCRIPT'.
  171.  
  172. SuSE 9.x/10.0
  173. ========
  174.  
  175. 1)The littlecms libs 1.10, which shipped with 9.0 does not offer complete 
  176.   support for all the the latest CMS features in Scribus 1.2+. There are updated
  177.   SuSE 9.x RPM's available on the Scribus.net site. We also recommend using the 
  178.   latest version of lcms. 
  179.  
  180. 2)If you are using Qt 3.3.x, please ensure you are using the latest Qt 3.3.2-2+
  181.   rpms. The -2+ versions have an important fix for drag and drop in Scribus. 
  182.  
  183. 3)To enable direct CUPS support which recommended, make sure both cups-devel
  184.   and openssl-devel are installed. Suse enables ssl support in CUPS. The
  185.   current Scribus config checks do not test for this. See the BUILDING file
  186.   for details.
  187. 4)There is an issue with certain dialogs in Scribus with Suse 9.3 and 10.0
  188.  and Yes, No order. This is adressed in: 
  189.  https://bugzilla.novell.com/show_bug.cgi?id=119090
  190.  
  191.  
  192. Red Hat / Fedora
  193. ================
  194.  
  195. Fedora/RH users are recommended to have at least Qt 3.3.2-6. These have
  196. important fixes for Scribus. The Scribus RPMS in Fedora Extras are of very high
  197. quality and have been created with close cooperation from Fedora maintainers
  198. and the Scribus Team. We recommend them for most users as they will ensure
  199. correct integration with the menuing system and mime types.
  200.  
  201. There are no packages for LittleCMS or a recent Ghostscript in Fedora Core ,
  202. though LittleCMS (lcms) is in Fedora Extras. Please see the included help files
  203. and http://docs.scribus.net for details.
  204. Grey scale icc profiles in images are not supported in this release..
  205.  
  206. There is a separate file, PACKAGING for detailed hints and notes on building
  207. packages for Scribus.
  208.  
  209. On Fedora, if you report a crash bug, it would be extremely handy if you could
  210. build a debug version of Scribus (--enable-debug to configure) and get a stack
  211. trace. This is not required, but does help us diagnose the problem more quickly
  212. and reliably. Some information on stack traces can be found here:
  213.  
  214. http://fedora.linux.duke.edu/wiki/StackTraces
  215.  
  216. Mac OS X
  217. ========
  218.  
  219. There is also information about building and using Scribus on Mac OS X on the
  220. Scribus wiki: http://wiki.scribus.net/ .
  221.  
  222. A Mac OS X native Aqua port is in early testing. More information can be found
  223. on http://aqua.scribus.net/ .
  224.  
  225. Microsoft Windows
  226. =================
  227.  
  228. There is a separate readme for Windows, please see readme-win32.html
  229.  
  230. Additional information
  231. ======================
  232.  
  233. More hints and other information are on the www.scribus.net and docs.scribus.net
  234. sites. Full compile, install and FAQ's are available there.
  235.  
  236. There is a lively on-line community, both on IRC @ #scribus on irc.freenode.net
  237. and the mailing list. Mailing list info can be found at:
  238.  http://nashi.altmuehlnet.de/mailman/listinfo/scribus
  239.  
  240. Thanks to the many translators, testers, packagers and contributors who make
  241. the Scribus community so special.
  242.  
  243. For the Scribus Team,
  244. Craig Ringer
  245. Peter Linnell
  246. in September 2006